Classes
Table of Contents

List of Classes and routines that apply to them


Each class should have at least two things defined, a constant identifying the class and a sizeof_ constant. In order to refer to class wxWindow, simply use its name, "wxWindow". To refer to the size in bytes of an object of type wxWindow, use sizeof_wxWindow.

  • func create( integer class, object params )     
     
    Subtopics:
  • wxApp
  • wxAuiManager
  • wxAuiNotebook
  • wxAuiPaneInfo
  • wxBitmap
  • wxBitmapButton
  • wxBoxSizer
  • wxBrush
  • wxButton
  • wxCalendarCtrl
  • wxCalendarDateAttr
  • wxCheckBox
  • wxColour
  • wxColourData
  • wxColourDialog
  • wxComboBox
  • wxCursor
  • wxDataFormat
  • wxDateTime
  • wxDC
  • wxDefButton
  • wxDialog
  • wxDir
  • wxDirDialog
  • wxDirTraverser
  • wxFileName
  • wxFlexGridSizer
  • wxFont
  • wxFontData
  • wxFontDialog
  • wxFontEnumerator
  • wxFrame
  • wxFTP
  • wxGrid
  • wxGridSizer
  • wxHtmlLinkEvent
  • wxHtmlLinkInfo
  • wxHtmlWindow
  • wxIcon
  • wxImageList
  • wxInputStream
  • wxIPV4address
  • wxListBox
  • wxListCtrl
  • wxMDIChildFrame
  • wxMDIClientWindow
  • wxMDIParentFrame
  • wxMemoryDC
  • wxMenu
  • wxMenuBar
  • wxMenuItem
  • wxMouseEvent
  • wxNotebook
  • wxPageSetupDialog
  • wxPageSetupDialogData
  • wxPaintDC
  • wxPanel
  • wxPen
  • wxPrintDialog
  • wxPrinter
  • wxRadioBox
  • wxRadioButton
  • wxRegEx
  • wxScrollBar
  • wxSlider
  • wxSocketClient
  • wxSocketServer
  • wxSpinCtrl
  • wxSplashScreen
  • wxSplitterWindow
  • wxStaticBitmap
  • wxStaticBitmap
  • wxStaticBox
  • wxStaticBoxSizer
  • wxStaticLine
  • wxStaticText
  • wxStatusBar
  • wxTextAttr
  • wxTextCtrl
  • wxTextDataObject
  • wxTimer
  • wxToggleButton
  • wxToolBar
  • wxTreeCtrl
  • wxTreeEvent
  • wxUpdateUIEvent
  • wxURL
  • wxWindow
  • wxWizard
  • wxWizardPage

    Classes
    Table of Contents

    [func]
    create
    ( integer class, object params )

    Category: Classes

    This function is used to create all classes included in wxEuphoria. You should check the documentation of the class to see what the required and optional parameters are.